ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PlanarFormatConverter Class / Initialize Method / Initialize(BitmapSource[],Int32,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) Method

In This Topic
    Initialize(BitmapSource[],Int32,Guid,BitmapDitherType,Palette,Double,BitmapPaletteType) Method
    In This Topic
    HRESULT IWICPlanarFormatConverter::Initialize([In, Buffer] IWICBitmapSource** ppPlanes,[In] unsigned int cPlanes,[In] const GUID& dstFormat,[In] WICBitmapDitherType dither,[In, Optional] IWICPalette* pIPalette,[In] double alphaThresholdPercent,[In] WICBitmapPaletteType paletteTranslate)
    Syntax
    'Declaration
     
    Public Overloads Sub Initialize( _
       ByVal planesOut() As BitmapSource, _
       ByVal planes As Integer, _
       ByVal dstFormat As Guid, _
       ByVal dither As BitmapDitherType, _
       ByVal paletteRef As Palette, _
       ByVal alphaThresholdPercent As Double, _
       ByVal paletteTranslate As BitmapPaletteType _
    ) 

    Parameters

    planesOut
    planes
    dstFormat
    dither
    paletteRef
    alphaThresholdPercent
    paletteTranslate
    See Also